Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.social.workspace.event.handlers

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.social.workspace.event.handlers">

  <extension target="org.nuxeo.ecm.core.operation.OperationServiceComponent" point="event-handlers">
    <handler chainId="SocialWorkspaceCreatedChain" postCommit="false">
      <event>documentCreated</event>
      <filters>
        <doctype>SocialWorkspace</doctype>
      </filters>
    </handler>
  </extension>

</component>